'Declaration
Public Function New( _ ByVal source As String, _ ByVal valueSeparator As String _ )
public RangeList<T>( string source, string valueSeparator )
public: RangeList<T>( String^ source, String^ valueSeparator )
Parameters
- source
- The string to parse and add values from.
- valueSeparator
- The string that separates ranges in the list.